Delete a User
{ deleteUser }
Removes a user from the system.
Method
/API3/access/deleteUser
- Enterprise Admin
- Domain Admin
Input Parameters
Name
userId
Type
string
Description
The system user ID
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Notes
Removing users will place their private content into the recycle bin folder
Examples
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP